/* ========== 产品中心区域增强样式 ========== */
/* 调试日志：产品美化CSS已加载 - 20251204-5 */

/* ========== 产品二级导航 (Sub-Nav) 样式 ========== */
.product-subnav-wrapper {
  background-color: #fff;
  padding: 20px 0 0;
  /* 顶部留白，底部由padtbb控制或自然流布局 */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}

.product-subnav {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.product-subnav ul {
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-subnav li {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.product-subnav li a {
  display: block;
  padding: 10px 24px;
  font-size: 15px;
  color: #555;
  background-color: #f5f7fa;
  border-radius: 50px;
  /* 胶囊圆角 */
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  border: 1px solid transparent;
  min-width: 80px;
  text-align: center;
}

.product-subnav li a:hover {
  background-color: #e6f0ff;
  color: #004098;
  transform: translateY(-2px);
}

.product-subnav li a.active {
  background-color: #004098;
  /* 品牌主色 */
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 64, 152, 0.3);
  border-color: #004098;
}

/* 响应式调整 */
/* 响应式调整 */
@media (max-width: 768px) {
  .product-subnav-wrapper {
    padding: 15px 10px 0;
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    white-space: normal;
  }

  .product-subnav {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }

  .product-subnav ul {
    display: flex !important;
    flex-wrap: wrap !important;
    /* 允许换行 */
    gap: 10px;
    padding-bottom: 0;
    justify-content: flex-start;
    /* 左对齐或居中 */
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-subnav li {
    /* 手机端一行显示3个左右，视觉更舒适 */
    flex: 0 0 calc(33.33% - 7px);
    max-width: 33.33%;
    display: flex;
    justify-content: center;
  }

  .product-subnav li a {
    padding: 8px 0;
    font-size: 13px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    /* Slightly less rounded for grid feel */
    background-color: #f0f2f5;
  }

  /* 选中状态稍微明显一点 */
  .product-subnav li a.active {
    background-color: #004098;
    color: #fff;
    font-weight: bold;
  }

  /* 隐藏滚动条 */
  .product-subnav-wrapper::-webkit-scrollbar {
    display: none;
  }
}

/* 公共产品卡片效果 - 确保移动端与PC端一致展示 */
.inxprod-list li a .imgbox,
.inxprod-list .imgbox {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.inxprod-list .imgbox img {
  display: none !important;
}

/* 首页产品图片背景 */
.inxprod-list ul li:nth-child(1) .imgbox {
  background-image: url('/uploads/allimg/20251115/产品1.webp') !important;
}

.inxprod-list ul li:nth-child(2) .imgbox {
  background-image: url('/uploads/allimg/20251115/产品2.webp') !important;
}

.inxprod-list ul li:nth-child(3) .imgbox {
  background-image: url('/uploads/allimg/20251115/产品3.webp') !important;
}

/* ========== 首页产品部分 PC端样式 ========== */
@media (min-width: 1024px) {

  /* 优雅的背景设计 */
  .indxProduct {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fc 100%) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .indxProduct::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 300px !important;
    background: radial-gradient(ellipse at top, rgba(0, 102, 255, 0.03) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .indxProduct>.commonweb {
    position: relative !important;
    z-index: 1 !important;
  }

  /* 标题区域美化 */
  .indxProduct .index-text h2.cn {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.5px !important;
  }

  .indxProduct .index-text h3.en {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #666 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    opacity: 0.8 !important;
  }

  /* 列表容器 */
  .inxprod-list ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px !important;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 单个卡片样式 */
  .inxprod-list li {
    flex: 0 0 calc(33.333% - 20px) !important;
    min-width: 350px !important;
    max-width: 420px !important;
    background: #f5f5f5 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
    margin-bottom: 0 !important;
    border: none !important;
    height: 400px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
  }

  .inxprod-list li:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2) !important;
  }

  .inxprod-list li a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* 图片区域 */
  .inxprod-list li a .imgbox,
  .inxprod-list li .imgbox,
  .inxprod-list .imgbox {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f5f5f5 !important;
    transition: transform 0.5s ease !important;
  }

  .inxprod-list .imgbox img,
  .inxprod-list li a .imgbox img {
    display: none !important;
  }

  .inxprod-list li:hover .imgbox {
    transform: scale(1.1) !important;
  }

  .inxprod-list li a .inxpro-img,
  .inxprod-list li .inxpro-img,
  .inxprod-list .inxpro-img {
    display: none !important;
    visibility: hidden !important;
    display: block;
    width: auto;
    height: auto;
  }

  /* 文字区域 */
  .inxprod-list li a .inxpro-text,
  .inxprod-list .inxpro-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 28px !important;
    background: none !important;
    text-align: left !important;
    z-index: 10 !important;
    transform: none !important;
    top: auto !important;
  }

  /* 标题样式 */
  .inxprod-list li a .inxpro-text h3,
  .inxprod-list .inxpro-text h3 {
    font-size: 26px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    width: 100% !important;
    text-shadow:
      0 0 20px rgba(0, 0, 0, 0.9),
      0 0 40px rgba(0, 0, 0, 0.7),
      0 2px 4px rgba(0, 0, 0, 1),
      2px 2px 8px rgba(0, 0, 0, 0.9),
      -2px -2px 8px rgba(0, 0, 0, 0.9) !important;
    transition: all 0.3s ease !important;
  }

  /* 副标题样式 */
  .inxprod-list li a .inxpro-text>p,
  .inxprod-list .inxpro-text>p {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-shadow:
      0 0 15px rgba(0, 0, 0, 0.9),
      0 1px 3px rgba(0, 0, 0, 1),
      1px 1px 6px rgba(0, 0, 0, 0.9) !important;
    font-weight: 500 !important;
  }

  .inxprod-list li:hover a .inxpro-text h3 {
    color: #00d4ff !important;
    text-shadow:
      0 0 20px rgba(0, 212, 255, 0.6),
      0 2px 8px rgba(0, 0, 0, 0.4),
      0 4px 16px rgba(0, 0, 0, 0.3) !important;
    transform: translateX(4px) !important;
  }

  /* 底部装饰条 */
  .inxprod-list li a::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #00d4ff, #00d4ff) !important;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 11 !important;
    display: block !important;
  }

  .inxprod-list li:hover a::before {
    width: 100% !important;
  }

  .inxprod-list li a::after {
    display: none !important;
  }
}

/* ========== 平板设备优化 (Common) ========== */
@media (max-width: 1023px) and (min-width: 768px) {
  .indxProduct {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fc 100%) !important;
  }

  .inxprod-list ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    justify-content: center !important;
  }

  .inxprod-list li {
    flex: 1 1 calc(50% - 12px) !important;
    min-width: 300px !important;
    max-width: 400px !important;
    height: 350px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  }

  .inxprod-list li a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }

  .inxprod-list li a .imgbox {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .inxprod-list li a .inxpro-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 24px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%) !important;
  }

  .inxprod-list li a .inxpro-text h3 {
    font-size: 24px !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
  }

  .inxprod-list li a .inxpro-text>p {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }
}

/* ========== 移动端优化 (Common) ========== */
@media (max-width: 767px) {
  .indxProduct {
    background: #ffffff !important;
  }

  .inxprod-list ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }

  .inxprod-list li {
    width: 100% !important;
    max-width: 100% !important;
    height: 300px !important;
    border-radius: 12px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  }

  .inxprod-list li a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }

  .inxprod-list li a .imgbox {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .inxprod-list li a .inxpro-text {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%) !important;
  }

  .inxprod-list li a .inxpro-text h3 {
    font-size: 22px !important;
    color: #ffffff !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
  }

  .inxprod-list li a::after {
    display: none !important;
  }
}

/* ========== 产品列表页面 (.product-list) 专用样式 ========== */
/* 2025-12-04 美化重构版 - Modern Grid Layout */

/* 基础容器 */
.product-list {
  padding: 60px 0 !important;
  background-color: #f8f9fa !important;
  /* 浅灰背景提升质感 */
}

.product-list ul {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  /* PC端默认4列 */
  gap: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center !important;
}

/* 卡片样式 */
.commonweb .product-list li,
body .product-list li {
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  height: 100% !important;
  padding: 0 !important;
}

.product-list li:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  z-index: 2 !important;
}

.commonweb .product-list li a,
body .product-list li a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-decoration: none !important;
  color: inherit !important;
  border: none !important;
  background: white;
}

/* 图片区域 */
.commonweb .product-list li .pro-img,
body .product-list li .pro-img {
  position: relative !important;
  width: 100% !important;
  padding-top: 100% !important;
  /* 1:1 正方形 */
  background: #fff !important;
  overflow: hidden !important;
  margin: 0 !important;
  height: auto !important;
  border: none !important;
}

.commonweb .product-list li .pro-img img,
body .product-list li .pro-img img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 80% !important;
  max-height: 80% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 0.5s ease !important;
  padding: 0 !important;
  background: none !important;
}

.product-list li:hover .pro-img img {
  transform: translate(-50%, -50%) scale(1.08) !important;
}

/* 装饰性流光效果 */
/* 装饰性流光效果 */
.commonweb .product-list li .pro-img::after,
body .product-list li .pro-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 2;
  display: block;
}

.product-list li:hover .pro-img::after {
  animation: shineEffect 0.75s ease-in-out;
}

@keyframes shineEffect {
  100% {
    left: 200%;
  }
}

/* 查看详情遮罩 */
.commonweb .product-list li .pro-img::before,
body .product-list li .pro-img::before {
  content: 'VIEW DETAILS' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 12px 0 !important;
  background: rgba(0, 64, 152, 0.95) !important;
  /* 品牌蓝 */
  color: #fff !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  transform: translateY(100%) !important;
  transition: transform 0.3s ease !important;
  z-index: 3 !important;
  backdrop-filter: blur(4px) !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.product-list li:hover .pro-img::before {
  transform: translateY(0) !important;
}

/* 文本区域 */
.commonweb .product-list li .pro-text,
body .product-list li .pro-text {
  padding: 24px 20px !important;
  flex-grow: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: #fff !important;
  position: relative !important;
  z-index: 5 !important;
  height: auto !important;
  border: none !important;
}

.commonweb .product-list li .pro-text h3,
body .product-list li .pro-text h3 {
  font-size: 16px !important;
  color: #2c3e50 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  font-weight: 600 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: color 0.3s ease !important;
  white-space: normal !important;
  text-shadow: none !important;
}

.product-list li:hover .pro-text h3 {
  color: #004098 !important;
}

/* 装饰性下划线 */
.commonweb .product-list li .pro-text::after,
body .product-list li .pro-text::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 0 !important;
  height: 3px !important;
  background: #004098 !important;
  transition: width 0.3s ease !important;
}

.product-list li:hover .pro-text::after {
  width: 100% !important;
}

/* 响应式布局 */
@media (max-width: 1200px) {
  .product-list ul {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 900px) {
  .product-list ul {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 600px) {
  .product-list {
    padding: 30px 0 !important;
  }

  .product-list ul {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
  }

  .commonweb .product-list li,
  body .product-list li {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  }

  /* 移动端始终显示 View Details 或者简化交互 - 这里选择隐藏hover效果，保持简洁 */
  .commonweb .product-list li .pro-img::before,
  body .product-list li .pro-img::before {
    display: none !important;
  }

  .commonweb .product-list li .pro-text,
  body .product-list li .pro-text {
    padding: 20px 15px !important;
  }
}

/* ========== 产品详情页 (Product Detail) 现代美化样式 ========== */

/* 1. 外层容器：卡片式浮起 */
.product-detail-wrapper {
  background-color: #f8f9fa;
  /* 浅灰底色 */
  border-radius: 8px;
}

.product-card-container {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 50, 100, 0.05);
  /* 轻柔的商务蓝投影 */
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

/* 2. 左侧图片区 */
.mainimg-info {
  flex: 0 0 450px;
  /* 固定宽度 */
  width: 450px;
  position: relative;
}

.img-frame {
  width: 100%;
  padding-bottom: 100%;
  /* 1:1 正方形 */
  position: relative;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
}

.img-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.img-frame:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

/* 缩略图导航按钮微调 */
.pro-nav-btn {
  display: none;
  /* 暂时隐藏，因为使用了swiper */
}

/* 3. 右侧信息区 */
.maintxt-info {
  flex: 1;
  /* 剩余宽度 */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 标题 */
.pro-title {
  font-size: 32px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

/* 参数列表 */
.pro-params {
  background: #fcfcfc;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.pro-params dl {
  display: flex;
  margin-bottom: 15px;
  font-size: 15px;
  align-items: center;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}

.pro-params dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.pro-params dt {
  color: #888;
  width: 80px;
  font-weight: 500;
}

.pro-params dd {
  color: #333;
  font-weight: 600;
}

/* 简介摘要 */
.pro-intro {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 30px;
  background: #fdfdfd;
  padding: 15px;
  border-left: 4px solid #004098;
}

.pro-intro .label {
  font-weight: bold;
  color: #004098;
  display: block;
  margin-bottom: 5px;
}

/* 按钮组 */
.pro-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.btn-main,
.btn-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-main {
  background: linear-gradient(90deg, #004098, #0066ff);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 64, 152, 0.25);
}

.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 64, 152, 0.35);
  color: #fff;
}

.btn-sub {
  background: transparent;
  border: 2px solid #004098;
  color: #004098;
}

.btn-sub:hover {
  background: #f0f6ff;
  color: #004098;
}

/* 4. 下方详情内容区 */
.product-content-wrapper {
  margin-bottom: 50px;
}

.pro-datial-tab {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.tab-header {
  border-bottom: 1px solid #eee;
  padding: 0 30px;
}

.tab-header ul {
  display: flex;
  gap: 40px;
}

.tab-header li {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  position: relative;
}

.tab-header li.active {
  color: #004098;
}

.tab-header li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004098;
  border-radius: 3px 3px 0 0;
}

.tab-content .content-body {
  padding: 40px;
  line-height: 1.8;
  color: #444;
  font-size: 16px;
}

/* 翻页按钮美化 */
.news-detail-foot {
  margin-top: 30px;
}

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.page-btn {
  flex: 1;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-btn .arrow {
  color: #aaa;
  font-size: 16px;
}

.page-btn:hover:not(.disabled) {
  border-color: #004098;
  color: #004098;
  background: #f9fbff;
}

.page-btn.disabled {
  background: #f5f5f5;
  color: #bbb;
  cursor: not-allowed;
}

/* PC 显示控制类 */
.mobile-show {
  display: none !important;
}

.pc-show {
  display: inline-flex !important;
}

/* 响应式调整 */
@media (max-width: 900px) {
  .product-card-container {
    flex-direction: column;
    padding: 20px;
  }

  .mainimg-info {
    width: 100%;
    flex: none;
  }

  .pro-title {
    font-size: 24px;
    margin-top: 20px;
  }

  /* 移动端按钮控制 */
  .mobile-show {
    display: inline-flex !important;
  }

  .pc-show {
    display: none !important;
  }

  /* 按钮全宽修复 */
  .pro-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-main,
  .btn-sub {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    font-size: 18px;
    /* 增大字号 */
  }

  /* 详情 Tab 内容边距修复 */
  .tab-content .content-body {
    padding: 20px;
  }

  .pagination-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

/* ========== 价格参数高亮样式 (自动识别) ========== */
.is-price-row dt {
  color: #e60012;
  /* 红色强调 */
  font-weight: bold;
}

.is-price-row dd {
  color: #d9534f !important;
  /* 鲜艳红 */
  font-size: 24px !important;
  /* 大号字体 */
  font-weight: 800 !important;
  font-family: Arial, sans-serif !important;
  position: relative;
  top: 2px;
  /* 微调对齐 */
}

/* ========== 详情页价格横幅 (高端美化版) ========== */
/* ========== 详情页价格横幅 (高端美化版 v2) ========== */
.price-banner {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border-left: 5px solid #e60012;
  padding: 18px 25px;
  margin-bottom: 25px;
  border-radius: 4px;
  /* 更方正一点显得更商务 */
  box-shadow: 0 4px 16px rgba(230, 0, 18, 0.06);
  position: relative;
  overflow: hidden;
}

/* 增加精致的装饰线 */
.price-banner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #fff, #ffe5e5, #fff);
  opacity: 0.5;
}

.price-banner .price-label {
  font-size: 15px;
  color: #666;
  margin-right: 15px;
  font-weight: 600;
  /* 加粗一点 */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* 标签前加一个小红点装饰 */
.price-banner .price-label::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #e60012;
  border-radius: 50%;
  margin-right: 8px;
  opacity: 0.6;
}

.price-banner .price-num {
  font-size: 28px;
  /* 再大一点 */
  color: #e60012;
  font-weight: 800;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 0px rgba(230, 0, 18, 0.1);
  /* 增加立体感 */
}

/* 移动端适配 */
@media (max-width: 768px) {
  .price-banner {
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .price-banner .price-label {
    font-size: 13px;
  }

  .price-banner .price-num {
    font-size: 24px;
  }
}

/* 如果是移动端，字体稍微小一点以免换行 */
@media (max-width: 768px) {
  .is-price-row dd {
    font-size: 20px !important;
  }
}